powered by
Permutation p-value for many correlation coefficients.
permcorrels(y, x, B = 999)
A matrix with 2 columns, the correlations and their permutation based p-values.
A numerical vector.
A numerical matrix with many columns.
The number of bootstrap samples to generate.
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
This is the same function as correls, only this time the p-values are produced via permutations and no confidence intervals are produced.
correls
permcor, correls
y <- rnorm(40) x <- matrix(rnorm(40 * 1000), ncol = 1000) a <- permcorrels(y, x )
Run the code above in your browser using DataLab